home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-02-28 | 322 b | 21 lines | [TEXT/ttxt] |
- --<<<
-
- filein theScriptDir name:"meter.sx" debugInfo:true
-
- module RamBuild
- uses ScriptX, RamTool
- end
-
- in module RamBuild
-
- (
- local title := new RamTool path:"ram.sxt" name:"Ramometer"
-
- append title (getmodule @RamTool)
- title.startupAction := startupTool
- title.terminateAction := shutdownTool
- close title
- )
-
- -->>>
-